home *** CD-ROM | disk | FTP | other *** search
- In order to install SmallEiffel, you need:
-
- - the emx 0.9/gcc2.6.2 or gcc2.7.0 package (or newer) installed on your
- harddisk.
- You will be able to find it on ftp.cdrom.com, or on one of its mirror
- in Europe on ftp.ibp.fr (/pub/pc/os2/lang)
-
- - an OS/2 HPFS partition
- 4.5 to 5 Mb of free space is enough if you decide to keep the sources
- otherwise 2 Mb will make it.
-
- Then you're ready to profit from SmallEiffel for OS/2.
- All you've to do now is to extract the files in your root
- directory.
- Don't use pkunzip. Most of the files come with long names, so you'd
- better using unzip (use the version for OS/2).
-
- Then edit your config.sys, and add the following line:
- SMALLEIFFEL=C:\SMALLEIFFEL\
- (of course, if you have decided to install it in another directory,
- replace the path by the correct one).
- Add C:\SMALLEIFFEL\BIN to your path.
-
- In the directory EMX\BIN, you should find a binary named strip.exe,
- delete it or rename it to strip.old .
- Create a file named strip.cmd containing the line:
- @emxbind -qs %1
-
-
-
- Reboot your machine.
-
- Then you are ready to use SmallEiffel.
-
- Since SmallEiffel is still under development, you may want to
- get the lastest version. It's available on
- ftp.loria.fr in /pub/loria/genielog/SmallEiffel
-
- If you decide to recompile the sources, you first have to do
- some minor patches to them, since SmallEiffel comes from a
- UNIX platform.
- (You'd better have 16 Mb of Ram if you decide to recompile them
- anyway)
-
-
- Edit all the .make or (.cmd), and add the suffix .exe when needed.
- Rename the .make to .cmd and run them.
-
- When finished, replace the old binaries in \SmallEiffel\bin by the new ones.
-
- For more information, please feel free to e-mail at:
- doherty@scinfo.u-nancy.fr
-
-
-